@charset "UTF-8";
/*::-webkit-scrollbar {
  	width: 2px;
	height:2px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #e60012;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #e60012;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #e60012;
}*/


@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

@media (min-width: 1025px) {
    html {
        font-size: 30px !important;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

/* 重置表单样式 */
select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

/* 更改placeholder颜色 */
input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}

.index-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner .pc-img,
.banner .m-img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .m-img {
    display: none;
}

.banner .btns {
    position: absolute;
    left: 0;
    bottom: 2.6%;
    width: 100%;
    font-size: 0;
    z-index: 3;
    text-align: center;
}

.banner .btns .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: transparent;
    width: auto;
    height: auto;
    margin: 0 2px;
    position: relative;
    vertical-align: bottom;
    background-color: #fff;
}

.banner .btns .swiper-pagination-bullet .line {
    width: 1rem;
    height: 1px;
    background-color: #fff;
}

.banner .btns .swiper-pagination-bullet .block {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #4d8be8;
    visibility: hidden;
}

.banner .btns .swiper-pagination-bullet.cur {
    height: 2px;
}

.banner .btns .swiper-pagination-bullet.cur .block {
    visibility: visible;
}

.banner .ban-text {
    position: absolute;
    top: 38.48%;
    width: 100%;
    left: 0;
}

.banner .ban-text .desc {
    font-size: 30px;
    line-height: .85rem;
    color: #fff;
}

.banner .ban-text .cn {
    font-size: 1.75rem;
    color: #4d8ce9;
    line-height: 1.8rem;
    letter-spacing: .6rem;
    margin-top: .5em;
}

.banner .ban-text .en {
    font-size: 1rem;
    line-height: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-top: .5rem;
}

.banner .ban-text .line {
    width: 3rem;
    height: 5px;
    background-color: #253e83;
    margin-top: .5rem;
    position: relative;
}

.banner .ban-text .line:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #23c8a5;
    right: 0;
    top: 0;
}

.num-box {
    position: absolute;
    right: 4.17%;
    bottom: 2.6%;
    font-size: 0;
    z-index: 3;
}

.num-box span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    color: #fff;
}

.num-box .cur {
    font-size: .75rem;
    color: #4d8be8;
}

.num-box .divide {
    margin: 0 .5rem;
}

.scroll-btn {
    position: absolute;
    left: 4.17%;
    bottom: 2.6%;
    width: 22px;
    height: 36px;
    background-image: url('../image/scroll-btn.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100%;
    top: 7px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.index-wrap .bg-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index-wrap .bg-box>div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.index-wrap .bg-box .m-bg {
    display: none;
}

.i-about-box {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.i-about-box .about-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 1rem));
}

.i-about-box .about-circle .circle {
    width: 100%;
}

.i-about-box .about-circle1 {
    width: 46.4583%;
    z-index: 3;
}

.i-about-box .about-circle2 {
    width: 67.1875%;
}

.i-about-box .about-circle3 {
    width: 78.59375%;
}

.i-about-box .about-circle .text-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.index-tit {
    font-size: 30px;
    color: #fff;
    line-height: 1.2rem;
}

.index-con {
    font-size: 14px;
    line-height: .75rem;
    color: #fff;
}

.i-about-box .con {
    width: 65%;
    margin: 1.5rem auto 0;
}

.i-about-box .icon-box {
    font-size: 0;
    text-align: center;
    margin-top: 1.75rem;
}

.i-about-box .icon-box .item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 1.125rem;
}

.i-about-box .icon-box .icon {
    width: 1.15rem;
    margin: 0 auto;
}

.i-about-box .icon-box .icon img {
    width: 100%;
}

.i-about-box .icon-box .txt {
    font-size: 14px;
    line-height: .5rem;
    color: #fff;
    margin-top: .25rem;
}

.index-more {
    display: block;
    width: 4rem;
    height: 1.25rem;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: .75rem;
    text-align: center;
    transition: all .2s;
    font-size: 0;
}

.index-more span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 1.25rem;
    color: #fff;
    padding-right: 1.125rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../image/index-more.png');
    transition: all .2s;
}

.i-about-box .index-more {
    margin: 1.75rem auto 0;
}

.i-product-box {
    height: 100%;
    position: relative;
}

.bg-tab {
    height: 100%;
}

.bg-tab .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.i-product-box .bg-box {
    display: none;
}

.i-product {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.i-product .swiper-slide {
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.i-product .swiper-slide:last-child {
    border-right: none;
}

.i-product .text-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% + 1rem));
    width: 100%;
    padding: 0 14.58%;
    box-sizing: border-box;
    text-align: center;
}

.i-product .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4d8be8;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}

.i-product .con-box {
    height: 100%;
}

.i-product .con-box .icon {
    width: 2.25rem;
    margin: 0 auto;
}

.i-product .con-box .icon img {
    width: 100%;
}

.i-product .con-box .tit-box {
    margin-top: 1rem;
    color: #fff;
}

.i-product .con-box .tit {
    font-size: 30px;
    line-height: .8rem;
}

.i-product .con-box .desc {
    font-size: .4rem;
    line-height: .5rem;
    margin-top: 20px;
}

.i-product .con-box .index-con {
    margin-top: .6rem;
    display: none;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.i-product .con-box .index-more {
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: transparent;
    margin: 1.75rem auto 0;
}

.i-product .swiper-slide.cur .mask {
    opacity: .5;
    filter: alpha(opacity=50);
}

.i-news {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(calc(-50% + 1rem));
}

.i-news .i-news-tit .index-tit {
    float: left;
}

.i-news .i-news-tit .i-news-btns {
    font-size: 0;
    float: right;
}

.i-news .i-news-tit .i-news-btns a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: .5rem;
    padding-bottom: .4rem;
    color: #fff;
    margin-left: 1.25rem;
    position: relative;
    transition: all .2s;
}

.i-news .i-news-tit .i-news-btns a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #4d8be8;
    transition: all .2s;
}

.i-news .i-news-tit .i-news-btns a.cur {
    color: #4d8be8;
}

.i-news .i-news-tit .i-news-btns a.cur:before {
    width: 100%;
}

.i-news-tab {
    margin-top: 1rem;
}

.i-news-tab .swiper-slide {
    position: relative;
    padding: 2.6% 4.17% 4%;
    box-sizing: border-box;
    /* border-left: 1px solid rgba(255, 255, 255, .1); */
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.i-news-tab .swiper-slide:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 300%;
    background-color: rgba(255, 255, 255, .1)
}

.i-news-tab .swiper-slide a {
    display: block;
}

.i-news-tab .swiper-slide .img {
    border-radius: 5px;
    overflow: hidden;
}

.i-news-tab .swiper-slide img {
    width: 100%;
}

.i-news-tab .swiper-slide .text-box {
    margin-top: .4rem;
}

.i-news-tab .swiper-slide .tit {
    font-size: 20px;
    line-height: .65rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.i-news-tab .swiper-slide .con {
    font-size: 14px;
    color: #cccccc;
    line-height: .75rem;
    margin-top: .25rem;
    height: 1.5rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i-news-btn {
    margin-top: .5rem;
    padding-top: .75rem;
    border-top: 1px solid rgba(153, 153, 153, .59);
}

.i-news-btn .index-more {
    float: left;
    background-color: transparent;
    opacity: .5;
    filter: alpha(opacity=50);
    border: 1px solid #fff;
}

.i-news-btn .bds_more {
    display: block;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: url('../image/news-share.png') no-repeat center/cover !important;
    width: .5rem;
    height: .5rem;
    margin-top: .5rem;
}

.i-news-btn #bdshare {
    float: right;
    width: 20px;
    height: 20px;
}

.i-news-box .num-box {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.i-news-box .buttons {
    position: absolute;
    right: 4.17%;
    bottom: 2.6%;
    font-size: 0;
    z-index: 3;
}

.i-news-box .buttons a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: .375rem;
    height: .65rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .2s;
    margin-left: 1.25rem;
}

.i-news-box .buttons .prev {
    background-image: url('../image/i-news-prev.png')
}

.i-news-box .buttons .next {
    background-image: url('../image/i-news-next.png')
}

.i-news-box #wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.foot-slide {
    height: auto;
}

.index-btns {
    position: fixed;
    top: 50%;
    transform: translateY(calc(-50% + 1rem));
    right: 1.5625%;
    z-index: 3;
}

.index-btns a {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px dashed #fff;
    border-radius: 100%;
    margin-bottom: .75rem;
    position: relative;
    transition: all .2s;
}

.index-btns a:last-child {
    margin-bottom: 0;
}

.index-btns a .line {
    position: absolute;
    left: 48%;
    width: 1px;
    height: .75rem;
    bottom: 20px;
    border-right: 1px dashed #fff;
    transition: all .2s;
}

.index-btns a:first-child .line {
    display: none;
}

.index-btns a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: all .2s;
}

.index-btns a.cur {
    border-color: #4d8be8;
}

.index-btns a.cur:before {
    background-color: #4d8be8;
    width: 8px;
    height: 8px;
}

.index-btns a.cur .line {
    border-color: #4d8be8;
}

@keyframes scrollAni {
    0 {
        top: 7px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        top: 22px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes scrollAni {
    0 {
        top: 7px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        top: 22px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.scroll-btn:before {
    animation: scrollAni 1.5s infinite;
    -webkit-animation: scrollAni 1.5s infinite;
    /*Safari and Chrome*/
}

/* /40 */
/*新闻中心*/
.news-main {
    width: 100%;
    background-color: #f6f6f6;
    padding-bottom: 1.25rem;
}

.news-main .news-contant {
    overflow: hidden;
    position: relative;
    top: 50px;
    opacity: 0;
}

.news-main .news-contant ul li {
    border-bottom: 1px solid #dadada;
    box-sizing: border-box;
    padding: 2rem;
    border-right: 1px solid #dadada;
    max-height: 659px;
}

.news-main .news-contant ul li:nth-child(3n) {
    border-right: none;
}

.news-main .news-contant ul li .news-det-img {
    overflow: hidden;
}

.news-main .news-contant .news-det-img img {
    transition: all 0.5s;
    width: 100%;
    border-radius: 0.08rem;
}

.news-main .news-contant ul li .news-det h2 {
    font-size: 20px;
    color: #000;
    margin-top: 0.65rem;
    margin-bottom: 0.375rem;
    border: 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-main .news-contant ul li .news-det h2 a {
    color: #000;
}

.news-main .news-contant ul li .news-det-type {
    font-size: 0.35rem;
    color: #666666;
    overflow: hidden;
    line-height: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-main .news-contant ul li .news-det-hr {
    width: 100%;
    border: 1px solid #dadada;
    margin: 0.75rem auto 1.05rem;
}

.news-fotter a {
    padding: 0.325rem 1.75rem 0.325rem 0.6rem;
    border: 1px solid #dcdcdc;
    font-size: 0.35rem;
    color: #999999;
    background: url(../image/jiantou01.png) no-repeat center center;
    background-position: 2.65rem center;
    border-radius: 1rem;
}

.news-fotter #bdshare {
    background: url(../image/jianright01.png) no-repeat center center;
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    float: right;
    background-size: 100% 100%;
    position: relative;
    top: 0.1rem;
}

.news-fotter #bdshare span.bds_more {
    display: block;
    background: none !important;
    padding: 0;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
}

/*分享*/

.news-main #bdshare_l {
    display: none !important;
}

.news-main .bdsharebuttonbox {
    float: right;
}

.news-main .bdshare-button-style0-16 a {
    width: 30px;
    height: 30px !important;
    display: inline-block;
    float: left;
    margin: 0 .15rem .15rem 0.3rem !important;
    text-align: center;
    padding-left: 0 !important;
    line-height: inherit !important;
}

.news-main .bdshare-button-style0-16 .bds_weixin,
.bdshare-button-style0-16 .bds_qzone,
.bdshare-button-style0-16 .bds_tsina {
    background-image: url(../image/tuoyuan01.png);
    background-position: center center !important;
}

.news-main .bdshare-button-style0-16 .active {
    background-image: url(../image/tuoyuan02.png);
}

.f-share .bds_tsina {
    background-image: url(../image/f-share-icon2.png) !important;
}

/*分页*/
.page {
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.page a.active {
    border-color: #4d8be8;
    color: #fff;
    background-color: #4d8be8
}

.page a {
    display: inline-block;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #dcdcdc;
    vertical-align: top;
    margin: 0 .25rem;
    border-radius: 100%;
    font-size: .45rem;
    line-height: 1.25rem;
    color: #666;
    transition: all .2s;
}

.page .prev,
.page .next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: .175rem;
}

.page a {
    display: inline-block;
    zoom: 1;
    width: 1rem;
    height: 1rem;
    border: 1px solid #dcdcdc;
    vertical-align: top;
    margin: 0 .25rem;
    border-radius: 100%;
    font-size: 14px;
    line-height: 1rem;
    color: #666;
    transition: all .2s;
}

.page .next {
    background-image: url(../image/page-next.png);
}

.page .prev {
    background-image: url(../image/page-prev.png);
}

/*新闻内页*/
.newsdeatil {
    padding-bottom: 0;
}

.w1200 {
    width: 62.5%;
    margin: 0 auto;
}

.news-deatail-nav {
    background: #f6f6f6;
}

.news-nav-sele {
    padding: 0.75rem 0;

}

.news-nav-sele .bread {
    float: left;
    font-size: 0;
}

.news-nav-sele .bread a,
.news-nav-sele .bread span {
    display: inline-block;
    font-size: 0.35rem;
}

.news-nav-sele .bread a {
    color: #999999;
}

.news-nav-sele span {
    margin: 0 .4rem;
}

.news-nav-sele .back {
    float: right;
    margin-right: 0;
    background-image: url(../image/back01.png);
    background-repeat: no-repeat;
    padding: 0 0 0 0.75rem;
    background-position: 0.1rem center;
    color: #999999;
    font-size: 0.35rem;
}

.newsdetail-name {
    background-color: #e8e8e8;
}

.newsdetail-tail {
    font-size: 30px;
    color: #333;
    padding: .75rem 0;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clear {
    clear: both;
}

.newsdetail-footer {
    margin-bottom: 2rem;
}

.newsdetail-footer a {
    display: inline-block;
    font-size: 0.35rem;
    width: 50%;
    float: left;
    padding: 0.25rem 0;
    text-align: center;
    color: #999999;
    background-color: #e8e8e8;
}



.newsdetail-footer .prve span {
    background-image: url(../image/shang01.png);
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
}

.newsdetail-footer .next span {
    background-image: url(../image/xia01.png);
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 0.5rem;
    background-repeat: no-repeat;
}

.newsdetail-time {
    font-size: 0.35rem;
    color: #333;
    padding: .75rem 0;
}

.newsdetail-time .bdsharebuttonbox img {
    position: relative;
    top: 4px;
}

.newsdetail-cont {
    background-color: #f6f6f6;
}

.newsDetail-cont p {
    width: 100%;
}

.newsDetail-cont p span {
    white-space: initial !important;

}

.newsDetail-cont {
    padding: 0.75rem 0;
    font-size: 0.4rem;
    color: #333;
}

.newsDetail-cont p {
    margin: 0.2rem 0;
}

.news-cont-header span {
    font-size: 0.65rem;
    color: #333;
}

.news-cont-header a {
    display: inline-block;
    float: right;
    font-size: 0.4rem;
    padding: 0 0.75rem 0 0;
    color: #666666;
    background-image: url(../image/moreright01.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    top: 0.1rem;
}

.news-main .news-main {
    background: #fff;
}

.news-cont-header {
    padding: 2rem 2rem 1rem 2rem;
}

/*产品中心*/
.product {
    /*padding: 0 2rem;*/
}

.product .product-mun {
    overflow: hidden;
    margin-bottom: 0;
}

.product .product-nav {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 2rem;
}

.product .product-mun li {
    float: left;
    font-size: 0.4rem;
    padding: 0.75rem 0 0.75rem 0;
    width: 20%;
}

@media screen and (max-width:1202px) {}

@media screen and (min-width:992px) and (max-width:1201px) {
    .product .product-mun li {
        width: 25%;
    }

}

@media screen and (min-width:481px) and (max-width:991px) {
    .product .product-mun li {
        width: 33%;
    }
}

@media screen and (max-width:480px) {
    .product .product-mun li {
        width: 50%;
    }

}

.product .product-mun li a {
    color: #000;
    position: relative;
    display: inline-block;
}

.product .product-mun li .active {
    color: #4d8be8;
}

.product .product-mun li .active:after {
    content: "";
    height: 2px;
    background-color: #4d8be8;
    width: 100%;
    position: absolute;
    bottom: -0.75rem;
    left: 0;
}

@media screen and (max-width:480px) {
    .product .product-mun li .active:after {
        bottom: -0.35rem;
    }
}

.product .product-swpier {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.product .product-left {
    overflow: hidden;
    width: 82.8%;
    float: left;
}

.product .product-swpier .product-left .product-sw-mian {
    padding: 2rem;
    overflow: hidden;
}

.product .product-swpier .product-left .product-sw-mian .product-sw-left {
    float: left;
    width: 42.7%;
}

.product .product-swpier .product-left .product-sw-left h2 {
    color: #4d8be8;
    font-size: 20px;
    margin-top: 0;
}

.product .product-swpier .product-left .product-sw-left>div {
    color: #666;
    font-size: 30px;
    margin-top: 0.3rem;
    overflow: hidden;
    line-height: 2;
}

.product .product-swpier .product-left .product-sw-left>div span {
    color: #000;
    width: 1.2rem;
    display: inline-block;
    float: left;
}

.product .product-swpier .product-left .product-sw-left>div p {
    float: left;
}

.product .product-swpier .product-left .swiper-slide .product-sw-right {
    float: right;
    width: 45.8%;
}

.product .product-swpier .product-sw-right img {
    width: 100%;
}

.product .product-right {
    width: 17.1%;
    position: absolute;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 60px;
}

.product .product-right .product-fen {
    padding: 2rem;
}

.product .product-right .product-fen .product-button-next {
    width: 15px;
    height: 21px;
    background-image: url(../image/swiperpro01.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 2rem;
}

.product .product-right .product-fen .product-button-prev {
    width: 15px;
    height: 21px;
    background-image: url(../image/swiperpro04.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 2rem;
}

.product .product-right .product-fous {
    position: absolute;
    left: 50%;
    margin-left: -44px;
}

.product .product-right .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #cccccc;
}

.product .product-right .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 2px solid #4d8be8;
    background: none;
}

.product .product-right .num-box {
    position: absolute;
    bottom: 2rem;
    right: 114px;
}

.product .product-right .num-box .cur {
    color: #4d8be8;
    font-size: 30px;
}

.product .product-right .num-box .divide {
    font-size: 0.5rem;
    color: #000;
}

.product .product-right .num-box .total {
    font-size: 0.5rem;
    color: #000;
}

.product-rows {
    padding: 2rem;
    background-color: #f6f6f6;
    position: relative;
    top: 50px;
    opacity: 0;
}

.product-rows ul li {
    float: left;
    margin-bottom: 0.75rem;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
}

.product-rows ul li .li-rows {
    padding-right: 0.5rem;
}

.product-rows ul li .li-rows:nth-child(4n) {
    padding-right: 0;
}

.product-rows ul li .rows-img {
    overflow: hidden;
}

.product-rows ul li img {
    transition: all 0.5s;
    width: 100%;
    border-radius: 0.08rem;
}

.product-rows ul li .li-rows-name {
    padding: 0 0.5rem;
    background: #fff
}

.product-rows ul li .li-rows-name h2 {
    font-size: 20px;
    color: #000;
    padding: 0.5rem 0;
    border-bottom: 1px solid #efefef;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.product-rows ul li .li-rows-name .product-ad {
    font-size: 0.35rem;
    color: #666;
    padding: 0.5rem 0;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-rows ul li .li-rows-name .product-ad span {
    background-image: url(../image/proaddress01.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 17px;
    display: inline-block;
    float: left;
    position: relative;
    top: 1px;
    margin-right: 0.5rem;
}

.product-rows ul li .li-rows-name .product-href {
    font-size: 0.35rem;
    color: #666;
    padding: 0.5rem 0;
}

.product-rows ul li .li-rows-name .product-href span {
    background-image: url(../image/jiantou01.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    display: inline-block;
    float: right;
    position: relative;
    top: 8px;
}

.product .product-deatil {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    z-index: 100;
}

.product .product-deatil .product-detail-next,
.product .product-deatil .product-detail-prev {
    width: 64px;
    height: 64px;
    background-image: url(../image/pedetai01.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 1000;
    text-align: center;
    line-height: 60px;
}

.product .product-deatil .product-detail-next {
    right: 1.5rem;
}

.product .product-deatil .product-detail-prev {
    left: 1.5rem;
}

.product .product-deatil .close-detial {
    width: 50px;
    height: 50px;
    background-image: url(../image/yuan.png);
    text-align: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 4.17%;
    right: 4.17%;
    z-index: 100;
    line-height: 48px;
    cursor: pointer;
    background-size: 100% 100%;
}

.product .product-deatil .gallery-thumbs {
    position: absolute;
    bottom: 0.5rem;
    z-index: 100;
    left: 50%;
    margin-left: -258px;
}

.product .product-deatil .gallery-thumbs .swiper-slide {
    width: 180px !important;
    height: 90px !important;
}

.product .product-deatil .gallery-thumbs .swiper-slide img {
    width: 100% !important;
}

.product .product-deatil .gallery-thumbs .swiper-slide-active {
    border: 2px solid #4d8be8;
}

.bimg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bimg .swiper-slide .pho-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: none;
}

.bimg .swiper-slide .pc-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bimg .prev,
.bimg .next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 3;
}

.bimg .prev {
    background-image: url(../image/proajax01.png);
    left: 4.17%;
}

.bimg .next {
    background-image: url(../image/proajax02.png);
    right: 4.17%;
}

.simg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 27%;
    bottom: 3.16%;
    z-index: 3;
    overflow: hidden;
}

.simg .swiper-slide {
    width: 30.77%;
    margin-right: 3.845%;
}

.simg .swiper-slide img {
    width: 100%;
}

.simg .swiper-slide .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #31cdac;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
}

.simg .swiper-slide:last-child {
    margin-right: 0;
}

.simg .swiper-slide.cur .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pattern .n-banner {
    height: 21.6rem;
}

.pattern .n-banner .r-sub a {
    padding: 0.45rem 0.7rem 0.45rem 1.2rem;
    border: 1px solid #fff;
    background-image: url(../image/liebiao01.png);
    background-repeat: no-repeat;
    background-position: 0.625rem center;
    border-radius: 1rem;
    font-size: 0.35rem;
}

.pattern .pattern-mian {
    padding: 2rem 0;
    background-color: #f0f0f0;
    position: relative;
    opacity: 0;
    top: 50px;
    overflow: hidden;
}

.pattern .pattern-mian #wave {
    position: absolute;
    bottom: 0;
}

.pattern .pattern-mian .patterimg {
    width: 1200px;
    margin: 0 auto;
}

.pattern .pattern-mian .xiamore {
    margin-top: 1rem;
    border-top: 1px solid #cccccc;
}

.pattern .pattern-mian h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
    color: #000;
}

.pattern .pattermian-ov {
    width: 1200px;
    margin: 2rem auto;
    position: relative;
}

.pattern .pattern-mian .swiper-wrapper {
    position: relative;
    .
}

.pattern .pattern-mian .pattermian-ov>div {
    float: left;
    width: 50%;
}

.pattern .pattern-mian .pattermian-ov .p-left img {
    width: 100%;

}

.pattern .pattern-mian .pattermian-ov .p-right {
    background-color: #fff;
    padding: 1rem;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.pattern .pattern-mian .pattermian-ov .p-right h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.pattern .pattern-mian .pattermian-ov .p-right p {
    font-size: 0.35rem;
    color: #666;
    line-height: 2;
}

.pattern .pattern-mian .pattermian-ov .p-right p span {
    width: 8px;
    height: 8px;
    background-color: #4d8be8;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.pattern .pattern-mian .pattermian-ov .p-right .num {
    font-size: 30px;
    color: #f1f1f1;
    position: absolute;
    right: 1rem;
    bottom: 0rem;
}

.pattern .pattern-mian .swiper-wrapper .prev,
.pattern .pattern-mian .swiper-wrapper .next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 3;
}

.pattern .pattern-mian .swiper-wrapper .prev {
    background-image: url(../image/rightop01.png);
    left: -2.4rem;
}

.pattern .pattern-mian .swiper-wrapper .next {
    background-image: url(../image/rightop03.png);
    right: -2.4rem;
}

.pattern .pa-simg {
    position: relative;
    width: 1200px;
    z-index: 3;
    overflow: hidden;
    margin: 0 auto;
    top: -10px;
}

.pattern .pa-simg .swiper-slide {
    width: 20%;
    text-align: center;
    font-size: 0.4rem;
}

.pattern .pa-simg .swiper-slide .pa-yuan {
    position: relative;
}

.pattern .pa-simg .swiper-slide .pa-yuan span {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #cccccc;
    border-radius: 50%;
    display: inline-block;
    z-index: 100;
}

.pattern .pa-simg .swiper-slide .pa-name {
    margin-top: 0.4rem;
}

.pattern .pa-simg .cur .pa-yuan span {
    background-image: url(../image/active05.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    background-color: #fff;
    z-index: 100;
}

.core .i-about-box .about-circle1 {
    width: 30.2%;
}

.core .i-about-box .about-circle4 {
    width: 38.2%;
}

.core .i-about-box .core-mian {
    width: 100%;
    height: 100%;
    position: relative;
}

.core .i-about-box .core-mian .core-item {
    text-align: center;
}

.core .i-about-box .core-mian .core-title1 {
    position: absolute;
    top: 0;
    left: 3%;
}

.core .i-about-box .core-mian .core-title2 {
    position: absolute;
    top: 0;
    right: 5%;
}

.core .i-about-box .core-mian .core-title3 {
    position: absolute;
    bottom: 25%;
    left: -14%;
}

.core .i-about-box .core-mian .core-title4 {
    position: absolute;
    bottom: 25%;
    right: -7%;
}

.core .i-about-box .core-mian .core-title5 {
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 1rem));
}

.core .i-about-box .core-mian .core-item h2 {
    font-size: 0.65rem;
    color: #f6f6f6;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.core .i-about-box .core-mian .core-item p {
    color: #f6f6f6;
    text-align: center;
    font-size: 0.65rem;
    margin-bottom: 0;
}

.core .i-about-box .core-mian .core-item .text-tale {
    font-size: 0.4rem;
    color: #f6f6f6;
    text-align: center;
    margin-bottom: 0.2rem;
}

.core .i-about-box .core-mian .core-item .text-img {
    margin-bottom: 0.2rem;
}

.core .i-about-box .about-circle .text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.core-mian {
    padding: 2rem 0;
    background-image: url(../image/coreback.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
    position: relative;
}

.core-ads {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.core-mian .core-wai {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.core-mian .core-nei {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.core-mian .core-nei1 {
    width: 531px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.core-mian .core-nei2 {
    width: 570px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.core-mian .core-nei3 {
    width: 228px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.core-mian .core-wai img,
.core-mian .core-nei img,
.core-mian .core-nei1 img,
.core-mian .core-nei2 img,
.core-mian .core-nei3 img {
    width: 100%
}

.core-mian .core-item {
    text-align: center;
    position: absolute;
    width: 280px;
}

.core-mian .core-item h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0.2rem;
    margin-top: 0;
}

.core-mian .core-item p {
    color: #fff;
    font-size: 0.6rem;
    margin-top: 0;
    margin-bottom: 0;
}

.core-mian .core-item div {
    font-size: 14px;
    color: #f6f6f6;
}

.core-mian .core-item .item-Img {
    margin: 0.6rem 0 0.3rem 0;
}

.core-mian .core-item1 {
    top: 0%;
    left: 19%;
}

.core-mian .core-item2 {
    top: 0%;
    right: 19%;
}

.core-mian .core-item3 {
    top: 49%;
    left: 11%;
}

.core-mian .core-item4 {
    top: 49%;
    right: 11%;
}

.core-mian .core-item5 {
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.quality {
    padding: 2rem 0;
    background-color: #f0f0f0;
    position: relative;
    top: 50px;
    opacity: 0;
}

.quality-mian {
    width: 70%;
    margin: 0 auto;
}

.quality-mian h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.quality-mian .quality-title {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 2
}

.quality-mian .quality-rmian {
    width: 100%;
    padding: 16% 0;
    position: relative;
}

.quality-mian .quality-rmian .quality-rimg {
    width: 52.3%;
    margin: 0 auto;
}

.divss {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.quality-mian .quality-rmian .quality-rimg01 {
    width: 42.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
}

.product-left .product-allss {
    padding: 2rem;
}

.product-left .product-allss .product-sw-left {
    width: 48.2%;
    float: left;
}

.product-left .product-allss .product-sw-left h2 {
    margin-bottom: 1.7rem;
}

.product-left .product-allss .product-wsp {
    width: 48.2%;
    float: right;
    overflow: hidden;
}

.product-left .product-allss .product-wsp img {
    width: 100%;
}

.quality-mian .quality-rmian .quality-rimg01 img {
    width: 100%;
}

.quality-mian .quality-rmian .quality-rimg02 {
    width: 41.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
}

.quality-mian .quality-rmian .quality-rimg03 img {
    width: 100%;
}

.quality-mian .quality-rmian .quality-rimg03 {
    width: 16.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
}

.quality-mian .quality-rmian .quality-rimg03 h2 {
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.quality-mian .quality-rmian .quality-rimg02 img {
    width: 100%;
}

.quality-mian .quality-rmian .quality-rimg img {
    width: 100%;
}

.quality-mian .quality-rmian .quality-iteimg img {
    width: 1.6rem;
    height: 1.6rem;
}

.quality-mian .quality-rmian .quality-item {
    text-align: center;
    position: absolute;
}

.quality-mian .quality-rmian .quality-item h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.quality-mian .quality-rmian .quality-item p {
    font-size: 14px;
    color: #999;
    margin-top: 0;
    text-align: center;
}

.quality-mian .quality-rmian .quality-ibox1 {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}

.quality-mian .quality-rmian .quality-ibox1 h2 {
    color: #253e83;
}

.quality-mian .quality-rmian .quality-ibox2 {
    top: 24%;
    left: 14%;
    text-align: right;
}

.quality-mian .quality-rmian .quality-ibox2 p {
    text-align: right;
}

.quality-mian .quality-rmian .quality-ibox2>div {
    float: left;
}

.quality-mian .quality-rmian .quality-ibox2 .quality-iteimg {
    margin-left: 0.5rem;
}

.quality-mian .quality-rmian .quality-ibox2 h2 {
    color: #c0504d;
    text-align: right;
}

.quality-mian .quality-rmian .quality-ibox3 {
    top: 46%;
    left: 3%;
    text-align: right;
}

.quality-mian .quality-rmian .quality-ibox3>div {
    float: left;
}

.quality-mian .quality-rmian .quality-ibox3 .quality-iteimg {
    margin-left: 0.5rem;
}

.quality-mian .quality-rmian .quality-ibox3 h2 {
    color: #9bbb59;
    text-align: right;
}

.quality-mian .quality-rmian .quality-ibox4 {
    top: 66%;
    left: 13%;
    text-align: right;
}

.quality-mian .quality-rmian .quality-ibox4>div {
    float: left;
}

.quality-mian .quality-rmian .quality-ibox4 .quality-iteimg {
    margin-left: 0.5rem;
}

.quality-mian .quality-rmian .quality-ibox4 h2 {
    color: #4f81bd;
    text-align: right;
}

.quality-mian .quality-rmian .quality-ibox4 p {
    text-align: right;
}

.quality-mian .quality-rmian .quality-ibox5 {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.quality-mian .quality-rmian .quality-ibox5 h2 {
    color: #4f81bd;
    text-align: center;
}

.quality-mian .quality-rmian .quality-ibox5 .quality-iteimg {
    margin-bottom: 0.5rem;
}

.quality-mian .quality-rmian .quality-ibox6 {
    top: 66%;
    right: 2%;
    text-align: left;
}

.quality-mian .quality-rmian .quality-ibox6>div {
    float: left;
}

.quality-mian .quality-rmian .quality-ibox6 .quality-iteimg {
    margin-right: 0.5rem;
}

.quality-mian .quality-rmian .quality-ibox6 h2 {
    color: #8064a2;
    text-align: left;
}

.quality-mian .quality-rmian .quality-ibox6 p {
    text-align: left;
}

.quality-mian .quality-rmian .quality-ibox7 {
    top: 46%;
    right: -1.5%;
    text-align: left;
}

.quality-mian .quality-rmian .quality-ibox7>div {
    float: left;
}

.quality-mian .quality-rmian .quality-ibox7 .quality-iteimg {
    margin-right: 0.5rem;
}

.quality-mian .quality-rmian .quality-ibox7 h2 {
    color: #9bbb59;
    text-align: left;
}

.quality-mian .quality-rmian .quality-ibox7 p {
    text-align: left;
}

.quality-mian .quality-rmian .quality-ibox8 {
    top: 24%;
    right: 4%;
    text-align: left;
}

.quality-mian .quality-rmian .quality-ibox8>div {
    float: left;
}

.quality-mian .quality-rmian .quality-ibox8 .quality-iteimg {
    margin-right: 0.5rem;
}

.quality-mian .quality-rmian .quality-ibox8 h2 {
    color: #c0504d;
    text-align: left;
}

.quality-mian .quality-rmian .quality-ibox8 p {
    text-align: left;
}

.pho-quality {
    display: none;
}

.quality {
    position: relative;
}

#bg-animation {
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0px);
}

.industry {
    padding: 2rem 0;
    background-color: #f6f6f6;
    /*background-image: url(../img/industrybj01.png);
    background-repeat: no-repeat;
    background-position: bottom center;*/
    position: relative;
    opacity: 0;
    top: 50px;
    overflow: hidden;
}

.industry #wave {
    position: absolute;
    bottom: 0;
}

.industry .industry-name {
    font-size: 1rem;
    text-align: center;
    color: #333;
}

.industry .industry-mian {
    width: 1340px;
    margin: 2rem auto;
}

.industry .industry-mian>div {
    float: left;
}

.industry .industry-mian .industry-cont {
    width: 750px;
}

.industry .industry-mian .industry-left,
.industry .industry-mian .industry-right {
    width: 282px;
}

.industry .industry-mian .industry-left {
    text-align: right;
    padding-right: 0.5rem;
}

.industry .industry-mian .industry-left .industry-item {
    margin-bottom: 1rem;
    position: relative;
    opacity: 0;
}

.industry .industry-mian .industry-left h2 {
    font-size: 0.5rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.industry .industry-mian .industry-left p {
    font-size: 0.35rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.industry .industry-mian .industry-cont img {
    width: 100%;
}

.industry .industry-mian .industry-right {
    text-align: left;
    padding-left: 0.5rem;
    float: right;
}

.industry .industry-mian .industry-right .industry-item {
    margin-bottom: 0.5rem;
    position: relative;
    opacity: 0;
}

.industry .industry-mian .industry-right h2 {
    font-size: 0.5rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.industry .industry-mian .industry-right p {
    font-size: 0.35rem;
    margin-bottom: 0;
    margin-top: 0.25rem;
}

.industry .industry-mian .industry-cont {
    position: relative;
}

.industry .industry-mian .industry-cont .industry-cont-cn {
    position: absolute;
    font-size: 0.75rem;
    color: #253e83;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    font-weight: bold;
}

.industry .industry-mian .industry-cont img {
    width: 18.75rem;
    display: inherit;
    margin: 0 auto;
}

.industry .industry-mian .industry-cont .industry-itemleft {
    position: absolute;
    left: 0;
    width: 40%;
    text-align: right;
    opacity: 0;
}

.industry .industry-mian .industry-cont h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
    font-weight: bold;
}

.industry .industry-mian .industry-cont p {
    font-size: 0.35rem;
    margin-top: 0;
    margin-bottom: 0;
}

.industry .industry-mian .industry-cont .industry-itemright {
    position: absolute;
    right: 0;
    width: 40%;
    text-align: left;
}

.pho-industry-mian {
    display: none;
}

.inaround {
    padding: 2rem 0;
    background-image: url(../image/inaroundbj.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    position: relative;
    top: 50;
}

.inaround h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.inaround .inaround-name {
    font-size: 0.45rem;
    color: #666666;
    padding: 0.5rem 0;
    text-align: center;
}

.inaround-swiper {
    padding: 2rem 0 3.5rem;
    width: 62.5%;
    margin: 0 auto;
    overflow: hidden;
}

.inaround-swiper .swiperimg {
    text-align: center;
    margin: 0 auto 1rem;
}

.inaround-swiper .swiperimg img {
    width: 40%;
}

.inaround-swiper .swiper-slide {
    transform: scale(0.3);
    position: relative;
}

.inaround-swiper .swiper-slide-active {
    transform: scale(1);

}

.inaround-swiper .swiper-slide-prev {
    transform: scale(0.6);

}

.inaround-swiper .swiper-slide-prev img {
    position: absolute;
    left: -28%;
    top: 218%;
}

.inaround-swiper .swiper-slide-next {
    transform: scale(0.6);

}

.inaround-swiper .swiper-slide-next img {
    position: absolute;
    left: 30%;
    top: 218%;
}

.inaround-swiper .swipertemt {
    position: absolute;
    left: 50%;

    transform: translateX(-50%);
    width: 12rem;
}

.inaround-swiper .swiper-slide h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 20px;
    text-align: center;
    display: none;
}

.inaround-swiper .swiper-slide p {
    font-size: 14px;
    color: #666666;
    display: none;
    text-align: center;
}

.inaround-swiper .swiper-slide-active h2 {
    display: block;
}

.inaround-swiper .swiper-slide-active p {
    display: block;
    line-height: 2;
}

.inaround-bottom {
    width: 62.5%;
    margin: 0 auto;
    position: relative;
}

.inaround-bottom .inaround-button-next,
.inaround-bottom .inaround-button-prev {
    position: absolute;
    width: 11px;
    height: 20px;
}

.inaround-bottom .inaround-button-prev {
    background-image: url(../image/inleft01.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    left: 45%;
}

.inaround-bottom .inaround-button-next {
    background-image: url(../image/inright01.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    right: 45%;
}

.inaround-people {
    padding: 2rem 0;
    background-image: url(../image/inpeople01.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
    opacity: 0;
}

.inaround-people h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    text-align: center;
}

.inaround-people .inaround-name {
    font-size: 0.45rem;
    color: #666666;
    padding: 0.5rem 0;
    text-align: center;
}

.inaround-allimg {
    width: 898px;
    height: 898px;
    background-image: url(../image/i_people10.png);
    margin: 0.2rem auto 0;
    position: relative;
}

.inaround-allimg .inaround-doimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.inaround-allimg .inaround-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.inaround-allimg .inaround-cont h2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.5rem;
}

.inaround-allimg .inaround-cont p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.35rem;
}

.inaround-allimg .inaround-item1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12%;
}

.inaround-allimg .inaround-item2 {
    position: absolute;
    left: 21%;
    top: 20%;
}

.inaround-allimg .inaround-item3 {
    position: absolute;
    left: 10%;
    top: 41%;
}

.inaround-allimg .inaround-item4 {
    position: absolute;
    left: 13%;
    bottom: 27%;
}

.inaround-allimg .inaround-item5 {
    position: absolute;
    left: 30%;
    bottom: 13%;
}

.inaround-allimg .inaround-item6 {
    position: absolute;
    right: 30%;
    bottom: 13%;
}

.inaround-allimg .inaround-item7 {
    position: absolute;
    right: 13%;
    bottom: 27%;
}

.inaround-allimg .inaround-item8 {
    position: absolute;
    right: 10%;
    top: 41%;
}

.inaround-allimg .inaround-item9 {
    position: absolute;
    right: 21%;
    top: 20%;
}

.pho-in-gotter {
    display: none;
}

.building-header {
    padding: 2rem;
    text-align: center;
    position: relative;
    top: 50px;
    opacity: 0;
}

.building-header .tuna {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 40px;
}

.tuanss p {
    font-size: 14px;
    line-height: 1.6;
}

.building-header .building-mian {
    padding: 1rem 0 0 0;
}

.building-header .building-mian ul li {
    padding: 0 0.5rem 0 0;
    border-bottom: 0;
    border-right: 0;
    margin-bottom: 0.5rem;
    position: relative;
}

.building-header .building-mian ul li .building-all {
    background: #fff;
    padding: 0 0.3rem;
    border-radius: 0 0 0.08rem 0.08rem;
}

.building-header .building-mian ul li .building-Name {
    font-size: 16px;
    text-align: left;
    color: #000;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f2f2f2;
}

.building-header .building-mian ul li .building-time {
    font-size: 0.35rem;
    color: #999;
    padding: 0.5rem 0;
    text-align: left;
}

.science-main {
    padding: 2rem 0;
    background-color: #f6f6f6;
    /*background-image: url(../img/industrybj01.png);
        background-repeat: no-repeat;
    background-position: bottom center;*/
    position: relative;
    top: 50px;
    opacity: 0;
    overflow: hidden;
}

.science-main #wave {
    position: absolute;
    bottom: 0;
}

.science-main h2 {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0;
    font-size: 1rem;
    color: #000;
}

.science-main-all {
    width: 1200px;
    height: 810px;
    margin: 0 auto;
    position: relative;
}

.science-wai {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.science-nei {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/*.science-main-all .science-wai img{
    position: absolute;
    left: 50%;
     transform: translateX(-50%);
}*/
.science-main-all .science-item {
    position: absolute;
}

.science-main-all .science-item .kejiimg {
    margin-right: 0.5rem;
}

.science-main-all .science-item>div {
    float: left;
    font-weight: bold;
    text-align: left;
}

.science-main-all .science-left01 {
    top: 24%;
}

.science-main-all .science-left02 {
    top: 43%;
}

.science-main-all .science-left03 {
    top: 62%;
}

.science-main-all .science-left04 {
    top: 80%;
}

.science-main-all .science-right {
    position: absolute;
}

.science-main-all .science-right .kejiimg {
    margin-left: 0.5rem;
}

.science-main-all .science-right>div {
    float: right;
    font-weight: bold;
    text-align: right;
}

.science-main-all .science-right01 {
    top: 24%;
    right: 0;
}

.science-main-all .science-right02 {
    top: 43%;
    right: 0;
}

.science-main-all .science-right03 {
    top: 62%;
    right: 0;
}

.science-main-all .science-right04 {
    top: 80%;
    right: 0;
}

.finance-main {
    padding: 2rem 0;
    background-color: #f6f6f6;
    /*background-image: url(../img/industrybj01.png);
        background-repeat: no-repeat;
    background-position: bottom center;*/
    position: relative;
    top: 50px;
    opacity: 1;
    overflow: hidden;
}

.finance-main #wave {
    position: absolute;
    bottom: 0;
}

.finance-main h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.finance-com {
    width: 1500px;
    height: 810px;
    margin: 0.5rem auto;
}

.finance-com .finance-wai {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.finance-com .science-neicon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
}

.finance-com .finance-item {
    position: absolute;
    width: 10.25rem;
}

.finance-com .finance-left01 {
    text-align: right;
    top: 28%;
}

.finance-com .finance-left01 h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: right;
    font-size: 30px;
    color: #000;
}

.finance-com .finance-left01 p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    color: #253e83;
}

.finance-com .finance-left01 div {
    font-size: 14px;
    text-align: left;
    /*line-height: 2;*/
}

.finance-com .finance-left02 {
    text-align: right;
    top: 58%;
}

.finance-com .finance-left02 h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: right;
    font-size: 1rem;
    color: #000;
}

.finance-com .finance-left02 p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    color: #9179ae;
}

.finance-com .finance-left02 div {
    font-size: 14px;
    text-align: left;
    /*line-height: 2;*/
}

.finance-com .finance-right01 {
    text-align: left;
    top: 28%;
    right: 8%;
}

.finance-com .finance-right01 h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #000;
}

.finance-com .finance-right01 p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #c0504d;
}

.finance-com .finance-right01 div {
    font-size: 14px;
    text-align: left;
    /*line-height: 2;*/
}

.finance-com .finance-right02 {
    text-align: left;
    top: 58%;
    right: 8%;
}

.finance-com .finance-right02 h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #000;
}

.finance-com .finance-right02 p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    color: #9cbc5b;
}

.finance-com .finance-right02 div {
    font-size: 14px;
    text-align: left;
    /*line-height: 2;*/
}

.finance-pho {
    display: none;
}

.pho-core-ru {
    display: none;
}

.model-colose {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.model-colose .buing-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 54.6%;
}

.model-colose .buing-container img {
    width: 100%;
}

.model-colose .close-detial {
    width: 50px;
    height: 50px;
    background-image: url(http://192.168.3.14/nlsc/static/web/css/../image/yuan.png);
    text-align: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 4.17%;
    right: 4.17%;
    z-index: 100;
    line-height: 48px;
    cursor: pointer;
    background-size: 100% 100%;
}

.inaround-allimg .inaround-ite-al .inaround-ite {
    z-index: 10;
}

.inaround-allimg .inaround-ite-al .inaround-ite img {
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
}

.science-nei img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.science-nei .imgs01 {
    opacity: 0;
    transition: all 1s;
}

.science-nei .imgs02,
.science-nei .imgs03,
.science-nei .imgs04 {
    opacity: 0;
    transition: all 1s;
}

.science-nei .cur {
    opacity: 1 !important;
}

header li .navLink {
    display: inline-block;
    zoom: 1;
    font-size: .35rem;
    line-height: 1.25rem;
    transition: all .2s;
    color: #fff;
    border: 1px solid #4d8be8;
    line-height: 1rem;
    height: 1rem;
    border-radius: .75rem;
    padding: 0 0.45rem;
    background-color: #4d8be8;

}

header li .navLink:hover {
    color: #4d8be8;
    background: none;
}

@media (max-width: 1680px) {
    .news-main .news-contant ul li {
        max-height: 573px;
    }

    .core-mian .core-item1 {
        top: 2%;
        left: 21%;
    }

    .core-mian .core-item2 {
        top: 2%;
        right: 21%;
    }

    .core-mian .core-item5 {
        bottom: 2%;
    }

    .product .product-right .product-fen .product-button-next {
        right: 1rem;
    }

    .product .product-right .product-fen .product-button-prev {
        left: 1rem;
    }

    .product .product-right .num-box {
        right: 1rem;
    }
}

@media (max-width: 1580px) {
    .core .i-about-box .core-mian .core-title1 {
        position: absolute;
        top: 0;
        left: 1%;
    }

    .core .i-about-box .core-mian .core-title2 {
        position: absolute;
        top: 0;
        right: 3%;
    }

    .core .i-about-box .core-mian .core-title3 {
        position: absolute;
        bottom: 25%;
        left: -16%;
    }

    .core .i-about-box .core-mian .core-title4 {
        position: absolute;
        bottom: 25%;
        right: -8%;
    }

    .core .i-about-box .core-mian .core-title5 {
        position: absolute;
        bottom: -13%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 1rem));
    }

    .quality-mian .quality-rmian .quality-ibox3 {
        left: 2%;
    }

    .quality-mian .quality-rmian .quality-ibox6 {
        right: 1%;
    }

    .quality-mian .quality-rmian .quality-ibox7 {
        right: -3%;
    }

    .quality-mian .quality-rmian .quality-ibox8 {
        right: 3%;
    }

    .finance-com {
        width: 1200px;
    }

    .finance-com .finance-right01 {
        right: 6%;
    }

    .finance-com .finance-right02 {
        right: 6%;
    }

    .finance-com .finance-left01 {
        left: 6%;
    }

    .finance-com .finance-left02 {
        left: 6%;
    }

    .core-mian .core-item1 {
        top: 2%;
        left: 21%;
    }

    .core-mian .core-item2 {
        top: 2%;
        right: 21%;
    }

    .core-mian .core-item3 {
        top: 49%;
        left: 10%;
    }

    .core-mian .core-item4 {
        top: 49%;
        right: 10%;
    }

    .core-mian .core-item5 {
        bottom: 2%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1366px) {
    .i-about-box .con {
        width: 70%;
        margin-top: 1rem;
    }

    .i-about-box .icon-box {
        margin-top: 1rem;
    }

    .i-about-box .icon-box .item {
        margin: 0 .5rem;
    }

    .i-about-box .index-more {
        margin-top: 1rem;
    }

    .i-product .text-box {
        padding: 0 7%;
    }

    .core .i-about-box .core-mian .core-title1 {
        position: absolute;
        top: 0;
        left: -1%;
    }

    .core .i-about-box .core-mian .core-title2 {
        position: absolute;
        top: 0;
        right: 1%;
    }

    .core .i-about-box .core-mian .core-title3 {
        position: absolute;
        bottom: 25%;
        left: -17%;
    }

    .core .i-about-box .core-mian .core-title4 {
        position: absolute;
        bottom: 25%;
        right: -9%;
    }

    .core .i-about-box .core-mian .core-title5 {
        position: absolute;
        bottom: -14%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 1rem));
    }

    .quality-mian .quality-rmian .quality-ibox3 {
        left: 1%;
    }

    .quality-mian .quality-rmian .quality-ibox4 {
        left: 11%;
    }

    .quality-mian .quality-rmian .quality-ibox6 {
        right: -1%;
    }

    .quality-mian .quality-rmian .quality-ibox7 {
        right: -4%;
    }

    .quality-mian .quality-rmian .quality-ibox8 {
        right: 1%;
    }

    .industry .industry-mian {
        width: 1000px;
    }

    .industry .industry-mian .industry-cont {
        width: 500px;
    }

    .industry .industry-mian .industry-left,
    .industry .industry-mian .industry-right {
        width: 242px;
    }

    .industry .industry-mian .industry-cont img {
        width: 16.75rem;
    }

    /*.inaround-swiper .swiper-slide-active .swipertemt{
    position: absolute;
    bottom:-30% !important;
}*/
    /*.inaround-swiper .swipertemt{
    position: absolute;
    bottom:-30%;
}*/
    .pattern .pattern-mian .patterimg {
        width: 800px;
    }

    .pattern .pattermian-ov {
        width: 800px;
    }

    .pattern .pattern-mian .pattermian-ov .p-right {
        padding: 0.5rem;
    }

    .pattern .pattern-mian .pattermian-ov .p-right h2 {
        padding: 0.5rem 0;
    }

    .pattern .pa-simg {
        width: 800px;
    }

    .core-mian .core-item1 {
        top: 2%;
        left: 23.5%;
    }

    .core-mian .core-item2 {
        top: 2%;
        right: 23.5%;
    }

    .core-mian .core-item3 {
        top: 49%;
        left: 10%;
    }

    .core-mian .core-item4 {
        top: 49%;
        right: 10%;
    }

    .core-mian .core-item5 {
        bottom: 3.5%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {
    .core .i-about-box .core-mian .core-title1 {
        position: absolute;
        top: 0;
        left: -3%;
    }

    .core .i-about-box .core-mian .core-title2 {
        position: absolute;
        top: 0;
        right: 0%;
    }

    .core .i-about-box .core-mian .core-title3 {
        position: absolute;
        bottom: 25%;
        left: -19%;
    }

    .core .i-about-box .core-mian .core-title4 {
        position: absolute;
        bottom: 25%;
        right: -9%;
    }

    .core .i-about-box .core-mian .core-title5 {
        position: absolute;
        bottom: -16%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 1rem));
    }

    .quality-mian .quality-rmian .quality-ibox2 {
        left: 12%;
    }

    .quality-mian .quality-rmian .quality-ibox3 {
        left: -1%;
    }

    .quality-mian .quality-rmian .quality-ibox4 {
        left: 9%;
    }

    .quality-mian .quality-rmian .quality-ibox6 {
        right: -4%;
    }

    .quality-mian .quality-rmian .quality-ibox7 {
        right: -7%;
    }

    .quality-mian .quality-rmian .quality-ibox8 {
        right: -1%;
    }

    .science-main-all {
        width: 840px;
        height: 810px;
    }

    .core-ads {
        width: 800px;
    }

    .core-mian .core-item1 {
        top: 2%;
        left: 10.5%;
    }

    .core-mian .core-item2 {
        top: 2%;
        right: 10.5%;
    }

    .core-mian .core-item3 {
        top: 49%;
        left: -10%;
    }

    .core-mian .core-item4 {
        top: 49%;
        right: -10%;
    }

    .core-mian .core-item5 {
        bottom: 3.5%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.i-product .swiper-button-next {
    right: 45px;
}

.input-error {
    border-bottom: 1px solid red !important;
}